Android Studio 4.1.2 - Dart And Flutter is not installed in "flutter doctor"
NickName:Pooria2C Ask DateTime:2021-01-26T17:46:14

Android Studio 4.1.2 - Dart And Flutter is not installed in "flutter doctor"

I've recently installed android studio 4.1.2 with flutter 1.22.6 even though I installed flutter and dart plugins in android studio the result of 'flutter doctor' command was as follows.

[√] Flutter (Channel stable, 1.22.1, on Microsoft Windows [Version 
  10.0.18362.30], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK version 
  30.0.2)
[!] Android Studio
     X Flutter plugin not installed; this adds Flutter specific functionality.
     X Dart plugin not installed; this adds Dart specific functionality.
[!] Connected device
! No devices available

! Doctor found issues in 2 categories.

Now for clear error act as below (Steps worked for me):

flutter channel dev
flutter upgrade
flutter config --android-studio-dir="C:\Program Files\Android\Android Studio"
flutter doctor -v

Copyright Notice:Content Author:「Pooria2C」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/65899006/android-studio-4-1-2-dart-and-flutter-is-not-installed-in-flutter-doctor

Answers
fartem 2021-01-26T09:56:40

It is a problem in Flutter config detection. If you start Android Studio and plugins installed, you can use it and all functionality will works fine. You can find solutions in issue on GitHub.",


Stefano Alvares 2021-01-26T10:20:35

It's a bug in the Flutter SDK.\nYou can ignore it. Everything works as intended.",


More about “Android Studio 4.1.2 - Dart And Flutter is not installed in "flutter doctor"” related questions

Android Studio 4.1.2 - Dart And Flutter is not installed in "flutter doctor"

I've recently installed android studio 4.1.2 with flutter 1.22.6 even though I installed flutter and dart plugins in android studio the result of 'flutter doctor' command was as follows. [√] Flutter (

Show Detail

Android Studio Dart And Flutter Plugin is not installed

Here is the flutter doctor result: [√] Flutter (Channel stable, 1.22.1, on Microsoft Windows [Version 10.0.18362.30], locale en-US) [√] Android toolchain - develop for Android devices (Android SDK

Show Detail

Android Studio flutter and dart plugins not recognized by flutter doctor , but plugins are installed

I am trying to install flutter on ubuntu , android studio flutter and dart plugins have been installed , but flutter doctor said that they are not installed. At the beginning flutter doctor didn't ...

Show Detail

Android Studio says Flutter and Dart plugins are installed, but Flutter Doctor says they are not

Android Studio 2020.3.1 says that both Flutter and Dart plugins are installed, but when I run "flutter doctor", it says these plugins are not installed. I am at my wits end. SDK Platforms:

Show Detail

Running dart in Android Studio 4.1.2: main.dart is automatically opened and made the selected file when running Flutter app

After upgrading to Android Studio 4.1.2, every time I run my Flutter app, main.dart is automatically opened and made the selected file. How can I make this behaviour stop? When I run the app, I wan...

Show Detail

Flutter doctor: Flutter and dart plugins not installed

This is problem, I have already installed flutter and dart plugin but its showing I haven't , I freshly installed both android studio and flutter as I just started it Doctor summary (to see all det...

Show Detail

The command "flutter doctor" cannot locate Flutter and Dart plugins installed in Android Studio

I am new to the Flutter development environment. I downloaded the flutter and dart sdk and have added their path to the environment variable in the ~/.bashrc file. I am using Android studio for

Show Detail

How to fix Flutter doctor android studio plugin(Dart , Flutter) issue?

I installed the latest version of the Android Studio(4.1.1), the latest version of Flutter (Flutter 1.22.4 • channel stable). I installed the Dart & Flutter plugin in Android Studio. But the fl...

Show Detail

Android Studio, Flutter Doctor, Plugins not installed

I;ve had this problem for months. Android Studio 3.2 ( newest version ) Flutter 0.8.2 • channel beta • https://github.com/flutter/flutter.git Framework • revision 5ab9e70727 (4 weeks ago) • 2018-0...

Show Detail

Flutter and Dart plugin not installed

I think that I have the same problem mentioned in this link here and both flutter and dart plugins are installed, I tried to uninstall and install again the plugins but flutter doctor gives me [!]

Show Detail